PreRenderEventArgs
The PreRenderEventArgs class extends BaseEventArgs and represents event arguments for pre-render events.
Properties
| Name | Description |
|---|---|
| ChangedProperties | A dictionary containing properties that have changed before rendering. |
| Cancel | Indicates whether the rendering process should be canceled. |
| ResponseParameters | The response parameters associated with the event. |
Constructors
| Name | Description |
|---|---|
| PreRenderEventArgs() | Initializes a new instance of the PreRenderEventArgs class. |